Add Tramp method "nspawn"
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 12 May 2024 17:40:08 +0000 (19:40 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 12 May 2024 17:40:08 +0000 (19:40 +0200)
commite53e8b4cf44be0fac0eb92c816b2c7915533e283
tree5fbb35a339461b7e2ff5be2628368c61f7a776fc
parent2c759b9ce620311df97f43b791ba27b1302171c4
Add Tramp method "nspawn"

* doc/misc/tramp.texi: Adapt some markups.
(Inline methods) <nspawn>: Add.
(Default Host): Mention default host for "nspawn".
(Customizing Methods): Remove tramp-nspawn.
(Password handling): Add "nspawn".

* etc/NEWS: New Tramp method "nspawn".

* lisp/net/tramp-compat.el (tramp-nspawn): Warn, if that package is used.

* lisp/net/tramp-container.el (tramp-nspawn-program): New defcustom.
(tramp-nspawn-method): New defconst.
(tramp-nspawn--completion-function, tramp-enable-nspawn-method):
New defuns.

* lisp/net/tramp.el (tramp-local-host-regexp): Add OpenSUSE host names.
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-compat.el
lisp/net/tramp-container.el
lisp/net/tramp.el